net/netip.Addr.z (field)
37 uses
net/netip (current package)
netip.go#L62: z *intern.Value
netip.go#L85: func IPv6Unspecified() Addr { return Addr{z: z6noz} }
netip.go#L94: z: z4,
netip.go#L107: z: z6noz,
netip.go#L375: return ip.z == z0
netip.go#L381: func (ip Addr) IsValid() bool { return ip.z != z0 }
netip.go#L389: switch ip.z {
netip.go#L400: if ip.z == nil {
netip.go#L403: zone, _ := ip.z.Get().(string)
netip.go#L453: return ip.z == z4
netip.go#L464: return ip.z != z0 && ip.z != z4
netip.go#L473: ip.z = z4
netip.go#L486: ip.z = z6noz
netip.go#L489: ip.z = intern.GetByString(zone)
netip.go#L499: ip.z = z6noz
netip.go#L505: return ip.z != z0 && ip.z != z4 && ip.z != z6noz
netip.go#L589: if ip.z == z0 {
netip.go#L647: switch ip.z {
netip.go#L684: if ip.z == z4 || ip.Is4In6() {
netip.go#L688: if ip.z == z0 {
netip.go#L696: switch ip.z {
netip.go#L756: switch ip.z {
netip.go#L777: switch ip.z {
netip.go#L899: if ip.z != z6noz {
netip.go#L910: switch ip.z {
netip.go#L925: if ip.z != z6noz {
netip.go#L938: switch ip.z {
netip.go#L979: switch ip.z {
netip.go#L1111: switch p.ip.z {
netip.go#L1142: switch p.ip.z {
netip.go#L1171: switch p.ip.z {
netip.go#L1286: if ip.Is6() && ip.z != z6noz {
netip.go#L1406: if p.ip.z == z4 {
netip.go#L1427: switch p.ip.z {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |